home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / GRAPHICS / RAYTRACE.ZIP / MKH.BAT < prev    next >
Encoding:
DOS Batch File  |  1994-06-11  |  175 b   |  6 lines

  1. REM Comment this line out if you don't have TASM
  2. tasm /zi /ml htasm;
  3. wcl386 /c /j /oxt /l=dos4g loadpcx.c
  4. wcl386 /j /oxt /l=dos4g /fm=ht.map ht.c htasm.obj loadpcx.obj
  5.  
  6.